home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00885_Script_Griz Payoff exit
< prev
next >
Wrap
Text File
|
1995-05-21
|
838b
|
34 lines
on exitFrame
global length, OuchOrNot, snap1, snap2, theMovieName, gTheDay, GrizBust
if the movieTime of sprite 48 > length then
put the movietime of sprite 48 into OuchOrNot
repeat with d = 9 to 10
puppetsprite d, false
end repeat
puppetsprite 48, false
set the movierate of sprite 48 = 0
set the movietime of sprite 48 = 0
set the sound of cast theMovieName to 0
updatestage
if OuchOrNot >= 1520 then
updateStage
set GrizBust = "x"
puppetsound 0
go frame "GrizPunchout"
exit
end if
if snap1 <> 0 then
updateStage
puppetsound 0
go frame "Darkroom"
exit
else
updateStage
puppetsound 0
go frame gtheday & "NoShots"
exit
end if
else
go to the frame
end if
end